Uses of Class
org.eclipse.yasson.internal.model.CreatorModel
-
Packages that use CreatorModel Package Description org.eclipse.yasson.internal.model -
-
Uses of CreatorModel in org.eclipse.yasson.internal.model
Methods in org.eclipse.yasson.internal.model that return CreatorModel Modifier and Type Method Description CreatorModel
JsonbCreator. findByName(String paramName)
Find creator parameter by name.CreatorModel[]
JsonbCreator. getParams()
Parameters of this creator.Constructors in org.eclipse.yasson.internal.model with parameters of type CreatorModel Constructor Description JsonbCreator(Executable executable, CreatorModel[] creatorModels)
Creates a new instance.
-