Module org.simpleflatmapper.reflect
Package org.simpleflatmapper.reflect
Class BuilderInstantiatorDefinition
java.lang.Object
org.simpleflatmapper.reflect.BuilderInstantiatorDefinition
- All Implemented Interfaces:
InstantiatorDefinition
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.simpleflatmapper.reflect.InstantiatorDefinition
InstantiatorDefinition.Type -
Constructor Summary
ConstructorsConstructorDescriptionBuilderInstantiatorDefinition(InstantiatorDefinition builderInstantiator, Map<Parameter, Method> setters, Method buildMethod) -
Method Summary
-
Constructor Details
-
BuilderInstantiatorDefinition
public BuilderInstantiatorDefinition(InstantiatorDefinition builderInstantiator, Map<Parameter, Method> setters, Method buildMethod)
-
-
Method Details
-
getParameters
- Specified by:
getParametersin interfaceInstantiatorDefinition
-
getBuilderInstantiator
-
getSetters
-
getBuildMethod
-
hasParam
- Specified by:
hasParamin interfaceInstantiatorDefinition
-
getType
- Specified by:
getTypein interfaceInstantiatorDefinition
-
getName
- Specified by:
getNamein interfaceInstantiatorDefinition
-
isMutable
public boolean isMutable()
-