| Package | Description |
|---|---|
| org.eclipse.yasson.internal | |
| org.eclipse.yasson.internal.model.customization |
| Modifier and Type | Method | Description |
|---|---|---|
JsonbCreator |
AnnotationIntrospector.getCreator(Class<?> clazz) |
Searches for JsonbCreator annotation on constructors and static methods.
|
| Modifier and Type | Method | Description |
|---|---|---|
JsonbCreator |
ClassCustomization.getCreator() |
Returns instance of
JsonbCreator. |
JsonbCreator |
ClassCustomizationBuilder.getCreator() |
Gets custom constructor or method for user instantiation.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ClassCustomizationBuilder.setCreator(JsonbCreator jsonbCreator) |
Sets custom constructor or method for user instantiation.
|
Copyright © 2018 Oracle Corporation. All rights reserved.