java.lang.Object
org.eclipse.yasson.internal.model.CreatorModel
Parameter for creator constructor / method model.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CreatorCustomization
private final String
private final Type
-
Constructor Summary
ConstructorsConstructorDescriptionCreatorModel
(String name, Parameter parameter, Executable executable, JsonbContext context) Creates a new instance. -
Method Summary
-
Field Details
-
name
-
type
-
creatorCustomization
-
-
Constructor Details
-
CreatorModel
Creates a new instance.- Parameters:
name
- Parameter nameparameter
- constructor parameterexecutable
- creator executablecontext
- jsonb context
-
-
Method Details
-
getName
Gets parameter name.- Returns:
- Parameter name.
-
getCustomization
-
getType
Gets parameter type.- Returns:
- Parameter type.
-