Class CreatorModel
java.lang.Object
org.eclipse.yasson.internal.model.CreatorModel
Parameter for creator constructor / method model.
-
Constructor Summary
ConstructorsConstructorDescriptionCreatorModel(String name, Parameter parameter, JsonbContext context) Creates a new instance. -
Method Summary
-
Constructor Details
-
CreatorModel
Creates a new instance.- Parameters:
name- Parameter nameparameter- constructor parametercontext- jsonb context
-
-
Method Details
-
getName
Gets parameter name.- Returns:
- Parameter name.
-
getCustomization
-
getType
Gets parameter type.- Returns:
- Parameter type.
-