| Modifier and Type | Method and Description |
|---|---|
java.util.List<MethodWriter> |
ClassWriter.getConstructors() |
java.util.List<MethodWriter> |
ClassWriter.getMethods() |
protected java.util.List<MethodWriter> |
ClassWriter.sortMethods(java.util.List<MethodWriter> methods) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassWriter.addConstructor(MethodWriter con) |
void |
ClassWriter.addMethod(MethodWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<MethodWriter> |
ClassWriter.sortMethods(java.util.List<MethodWriter> methods) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAttributeMethodWriter |
class |
AbstractPrimitiveAttributeMethod |
class |
AbstractTypedAttributeMethod |
class |
AddToRelation |
class |
AttributeMethodDelegate |
class |
LocalizedAllGetter |
class |
LocalizedAllSetter |
class |
PrimitiveGetter |
class |
PrimitiveSetter |
class |
RelationCount |
class |
RemoveFromRelation |
class |
TypedGetter |
class |
TypedSetter |
| Modifier and Type | Method and Description |
|---|---|
MethodWriter |
AbstractTypedAttributeMethod.createNonCtxDelegateMethod() |
MethodWriter |
LocalizedAllSetter.createNonCtxDelegateMethod() |
MethodWriter |
AbstractPrimitiveAttributeMethod.createNonCtxDelegateMethod() |
MethodWriter |
TypedSetter.createNonCtxDelegateMethod() |
MethodWriter |
LocalizedAllGetter.createNonCtxDelegateMethod() |
MethodWriter |
PrimitiveSetter.createNonCtxDelegateMethod() |
MethodWriter |
TypedGetter.createNonCtxDelegateMethod() |
MethodWriter |
AddToRelation.createNonCtxDelegateMethod() |
MethodWriter |
PrimitiveGetter.createNonCtxDelegateMethod() |
MethodWriter |
RemoveFromRelation.createNonCtxDelegateMethod() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<MethodWriter> |
RelationCount.createDelegateMethods() |
protected java.util.List<MethodWriter> |
JaloClassWriter.sortMethods(java.util.List<MethodWriter> methods) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypedSetter.addThrownExceptionIfRequired(MethodWriter methodWriter) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<MethodWriter> |
JaloClassWriter.sortMethods(java.util.List<MethodWriter> methods) |
| Modifier and Type | Class and Description |
|---|---|
class |
AlternativeModelGetterWriter |
class |
AlternativeModelSetterWriter |
class |
ModelConstructorWriter
The model constructor class.
|
class |
ModelGetterWriter |
class |
ModelSetterWriter |
| Modifier and Type | Method and Description |
|---|---|
protected MethodWriter |
AbstractEnumWriter.generateConstructor() |
protected MethodWriter |
ClassEnumWriter.generateConstructor() |
| Modifier and Type | Method and Description |
|---|---|
protected MethodWriter |
AbstractDtoWriter.createDefaultConstructorMethodWriter() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<MethodWriter> |
AbstractDtoWriter.getBeanMethodWriters() |
protected java.util.Collection<MethodWriter> |
CollectionDtoWriter.getBeanMethodWriters() |
protected java.util.Collection<MethodWriter> |
SingleDtoWriter.getBeanMethodWriters() |
protected java.util.Collection<MethodWriter> |
AbstractDtoWriter.getConstructorMethodWriters() |
protected java.util.Collection<MethodWriter> |
CollectionDtoWriter.getConstructorMethodWriters() |
| Modifier and Type | Method and Description |
|---|---|
protected MethodWriter |
AbstractResourceWriter.createCRUDMethodWriter(java.lang.String ano,
java.lang.String methodName)
Creates a CRUD
MethodWriter template. |
protected MethodWriter |
AbstractResourceWriter.createDefaultConstructorMethodWriter() |
protected MethodWriter |
SingleResourceWriter.createDeleteMethodWriter() |
protected MethodWriter |
CollectionResourceWriter.createDeleteMethodWriter() |
protected abstract MethodWriter |
AbstractResourceWriter.createDeleteMethodWriter() |
protected MethodWriter |
SingleResourceWriter.createGetMethodWriter() |
protected MethodWriter |
CollectionResourceWriter.createGetMethodWriter() |
protected abstract MethodWriter |
AbstractResourceWriter.createGetMethodWriter() |
protected MethodWriter |
SingleResourceWriter.createPostMethodWriter() |
protected MethodWriter |
CollectionResourceWriter.createPostMethodWriter() |
protected abstract MethodWriter |
AbstractResourceWriter.createPostMethodWriter() |
protected MethodWriter |
SingleResourceWriter.createPutMethodWriter() |
protected MethodWriter |
CollectionResourceWriter.createPutMethodWriter() |
protected abstract MethodWriter |
AbstractResourceWriter.createPutMethodWriter() |
protected MethodWriter |
AbstractResourceWriter.createReadResourceMethodWriter(java.lang.String returnClassType) |
protected MethodWriter |
AbstractResourceWriter.createSubResourceMethodWriter(ResourceConfig subResourceCfg,
boolean isSingleResource) |
protected MethodWriter |
SingleResourceWriter.getReadResourceMethodWriter() |
protected MethodWriter |
CollectionResourceWriter.getReadResourceMethodWriter() |
protected abstract MethodWriter |
AbstractResourceWriter.getReadResourceMethodWriter()
Returns the 'readResource'
MethodWriter. |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<MethodWriter> |
AbstractResourceWriter.createResourceValueMethodWriters(java.lang.String valueType,
java.lang.String genericType,
java.lang.String name) |
protected java.util.Collection<MethodWriter> |
AbstractResourceWriter.getConstructorMethodWriters()
Returns the Constructor as
MethodWriter. |
protected java.util.Collection<MethodWriter> |
AbstractResourceWriter.getCRUDMethodWriters()
Returns supported CRUD operations as
MethodWriter Collection |
protected java.util.Collection<MethodWriter> |
AbstractResourceWriter.getCustomMethodWriters() |
protected java.util.Collection<MethodWriter> |
SingleResourceWriter.getResourceValueMethodWriters() |
protected java.util.Collection<MethodWriter> |
CollectionResourceWriter.getResourceValueMethodWriters() |
protected abstract java.util.Collection<MethodWriter> |
AbstractResourceWriter.getResourceValueMethodWriters()
Convenience Getter/Setter
MethodWriter which delegates to AbstractResource#get/setResourceValue(...) but
is named more user-friendly. |
protected java.util.Collection<MethodWriter> |
SingleResourceWriter.getSubResourceMethodWriters() |
protected java.util.Collection<MethodWriter> |
CollectionResourceWriter.getSubResourceMethodWriters() |
protected abstract java.util.Collection<MethodWriter> |
AbstractResourceWriter.getSubResourceMethodWriters()
Returns supported sub-resources as
MethodWriter Collection |
Copyright © 2018 SAP SE. All Rights Reserved.