Package org.apache.juneau.rest.debug
Class DebugEnablementMap.Builder
java.lang.Object
org.apache.juneau.commons.reflect.ReflectionMap.Builder<Enablement>
org.apache.juneau.rest.debug.DebugEnablementMap.Builder
- Enclosing class:
- DebugEnablementMap
Builder class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a newReflectionMapfrom the current state of this builder.Methods inherited from class org.apache.juneau.commons.reflect.ReflectionMap.Builder
append
-
Constructor Details
-
Builder
protected Builder()Constructor.
-
-
Method Details
-
build
Description copied from class:ReflectionMap.BuilderBuilds a newReflectionMapfrom the current state of this builder.Multiple calls to this method will create independent copies of the map.
- Overrides:
buildin classReflectionMap.Builder<Enablement>- Returns:
- A new immutable
ReflectionMapinstance.
-