public abstract class YogaEntityConfiguration<T> extends Object
SimpleYogaEntityConfiguration,
Core| Constructor and Description |
|---|
YogaEntityConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getCoreFields()
Returns a collection of core fields for an entity.
|
Class<T> |
getEntityClass()
Identifies the class supported by this configuration.
|
List<Method> |
getExtraFieldMethods()
This method returns a list of valid extra field methods on this object.
|
List<String> |
getExtraFieldNames()
This method returns a list of the field names for @ExtraField methods in this object.
|
Collection<Property<T>> |
getProperties()
Returns a collection of fields that can be selected on an entity similar to getSelectableFields().
|
Collection<String> |
getSelectableFields()
Returns a collection of fields that can be selected on an entity.
|
String |
getURITemplate()
Specifies the template for the URL represented by this entity.
|
public Class<T> getEntityClass()
public Collection<String> getCoreFields()
public Collection<Property<T>> getProperties()
Propertypublic Collection<String> getSelectableFields()
public String getURITemplate()
public List<Method> getExtraFieldMethods()
Copyright © 2014. All Rights Reserved.