Uses of Class
org.apache.juneau.utils.ReflectionMap.Builder
Packages that use ReflectionMap.Builder
-
Uses of ReflectionMap.Builder in org.apache.juneau.rest.debug
Subclasses of ReflectionMap.Builder in org.apache.juneau.rest.debug -
Uses of ReflectionMap.Builder in org.apache.juneau.utils
Methods in org.apache.juneau.utils that return ReflectionMap.BuilderModifier and TypeMethodDescriptionAdds a mapping to this builder.ReflectionMap.Builder.copy()
Creates a copy of this builder.static <V> ReflectionMap.Builder<V>
Static builder creator.Constructors in org.apache.juneau.utils with parameters of type ReflectionMap.BuilderModifierConstructorDescriptionprotected
Builder
(ReflectionMap.Builder<V> copyFrom) Copy constructor.protected
Constructor.