@Target(value=TYPE) @Retention(value=RUNTIME) public @interface ResourceSchemaEntry
TypeMapper to identify which getter method are
related to and Entity PropertyDefinition.
The name of the property is obtained by removing "get" or "is" from method
name and lower casing the first letter.| Modifier and Type | Optional Element and Description |
|---|---|
String |
description |
Class<? extends Facet> |
facet |
int |
max |
int |
min |
Class<? extends ConsistsOf> |
relation |
public abstract Class<? extends ConsistsOf> relation
public abstract String description
Copyright © 2020. All Rights Reserved.