Uses of Class
de.hybris.bootstrap.codegenerator.MethodWriter
-
-
Uses of MethodWriter in de.hybris.bootstrap.codegenerator
Methods in de.hybris.bootstrap.codegenerator that return types with arguments of type MethodWriter Modifier and Type Method 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)Methods in de.hybris.bootstrap.codegenerator with parameters of type MethodWriter Modifier and Type Method Description voidClassWriter. addConstructor(MethodWriter con)voidClassWriter. addMethod(MethodWriter writer)Method parameters in de.hybris.bootstrap.codegenerator with type arguments of type MethodWriter Modifier and Type Method Description protected java.util.List<MethodWriter>ClassWriter. sortMethods(java.util.List<MethodWriter> methods) -
Uses of MethodWriter in de.hybris.bootstrap.codegenerator.jalo
Subclasses of MethodWriter in de.hybris.bootstrap.codegenerator.jalo Modifier and Type Class Description classAbstractAttributeMethodWriterclassAbstractPrimitiveAttributeMethodclassAbstractTypedAttributeMethodclassAddToRelationclassAttributeMethodDelegateclassLocalizedAllGetterclassLocalizedAllSetterclassPrimitiveGetterclassPrimitiveSetterclassRelationCountclassRemoveFromRelationclassTypedGetterclassTypedSetterMethods in de.hybris.bootstrap.codegenerator.jalo that return MethodWriter Modifier and Type Method Description MethodWriterAbstractPrimitiveAttributeMethod. createNonCtxDelegateMethod()MethodWriterAbstractTypedAttributeMethod. createNonCtxDelegateMethod()MethodWriterAddToRelation. createNonCtxDelegateMethod()MethodWriterLocalizedAllGetter. createNonCtxDelegateMethod()MethodWriterLocalizedAllSetter. createNonCtxDelegateMethod()MethodWriterPrimitiveGetter. createNonCtxDelegateMethod()MethodWriterPrimitiveSetter. createNonCtxDelegateMethod()MethodWriterRemoveFromRelation. createNonCtxDelegateMethod()MethodWriterTypedGetter. createNonCtxDelegateMethod()MethodWriterTypedSetter. createNonCtxDelegateMethod()Methods in de.hybris.bootstrap.codegenerator.jalo that return types with arguments of type MethodWriter Modifier and Type Method Description java.util.Collection<MethodWriter>RelationCount. createDelegateMethods()protected java.util.List<MethodWriter>JaloClassWriter. sortMethods(java.util.List<MethodWriter> methods)Methods in de.hybris.bootstrap.codegenerator.jalo with parameters of type MethodWriter Modifier and Type Method Description voidTypedSetter. addThrownExceptionIfRequired(MethodWriter methodWriter)Method parameters in de.hybris.bootstrap.codegenerator.jalo with type arguments of type MethodWriter Modifier and Type Method Description protected java.util.List<MethodWriter>JaloClassWriter. sortMethods(java.util.List<MethodWriter> methods) -
Uses of MethodWriter in de.hybris.bootstrap.codegenerator.model
Subclasses of MethodWriter in de.hybris.bootstrap.codegenerator.model Modifier and Type Class Description classAlternativeModelGetterWriterclassAlternativeModelSetterWriterclassModelConstructorWriterThe model constructor class.classModelGetterWriterclassModelSetterWriter -
Uses of MethodWriter in de.hybris.bootstrap.codegenerator.model.enums
Methods in de.hybris.bootstrap.codegenerator.model.enums that return MethodWriter Modifier and Type Method Description protected MethodWriterAbstractEnumWriter. generateConstructor()protected MethodWriterClassEnumWriter. generateConstructor() -
Uses of MethodWriter in de.hybris.bootstrap.codegenerator.platformwebservices.dto
Methods in de.hybris.bootstrap.codegenerator.platformwebservices.dto that return MethodWriter Modifier and Type Method Description protected MethodWriterAbstractDtoWriter. createDefaultConstructorMethodWriter()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.bootstrap.codegenerator.platformwebservices.dto that return types with arguments of type MethodWriter Modifier and Type Method Description protected java.util.Collection<MethodWriter>AbstractDtoWriter. getBeanMethodWriters()Deprecated, for removal: This API element is subject to removal in a future version.protected java.util.Collection<MethodWriter>CollectionDtoWriter. getBeanMethodWriters()Deprecated, for removal: This API element is subject to removal in a future version.protected java.util.Collection<MethodWriter>SingleDtoWriter. getBeanMethodWriters()Deprecated, for removal: This API element is subject to removal in a future version.protected java.util.Collection<MethodWriter>AbstractDtoWriter. getConstructorMethodWriters()Deprecated, for removal: This API element is subject to removal in a future version.protected java.util.Collection<MethodWriter>CollectionDtoWriter. getConstructorMethodWriters()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of MethodWriter in de.hybris.bootstrap.codegenerator.platformwebservices.resource
Methods in de.hybris.bootstrap.codegenerator.platformwebservices.resource that return MethodWriter Modifier and Type Method Description protected MethodWriterAbstractResourceWriter. createCRUDMethodWriter(java.lang.String ano, java.lang.String methodName)Deprecated, for removal: This API element is subject to removal in a future version.Creates a CRUDMethodWritertemplate.protected MethodWriterAbstractResourceWriter. createDefaultConstructorMethodWriter()Deprecated, for removal: This API element is subject to removal in a future version.protected abstract MethodWriterAbstractResourceWriter. createDeleteMethodWriter()Deprecated, for removal: This API element is subject to removal in a future version.protected MethodWriterCollectionResourceWriter. createDeleteMethodWriter()Deprecated, for removal: This API element is subject to removal in a future version.protected MethodWriterSingleResourceWriter. createDeleteMethodWriter()Deprecated, for removal: This API element is subject to removal in a future version.protected abstract MethodWriterAbstractResourceWriter. createGetMethodWriter()Deprecated, for removal: This API element is subject to removal in a future version.protected MethodWriterCollectionResourceWriter. createGetMethodWriter()Deprecated, for removal: This API element is subject to removal in a future version.protected MethodWriterSingleResourceWriter. createGetMethodWriter()Deprecated, for removal: This API element is subject to removal in a future version.protected abstract MethodWriterAbstractResourceWriter. createPostMethodWriter()Deprecated, for removal: This API element is subject to removal in a future version.protected MethodWriterCollectionResourceWriter. createPostMethodWriter()Deprecated, for removal: This API element is subject to removal in a future version.protected MethodWriterSingleResourceWriter. createPostMethodWriter()Deprecated, for removal: This API element is subject to removal in a future version.protected abstract MethodWriterAbstractResourceWriter. createPutMethodWriter()Deprecated, for removal: This API element is subject to removal in a future version.protected MethodWriterCollectionResourceWriter. createPutMethodWriter()Deprecated, for removal: This API element is subject to removal in a future version.protected MethodWriterSingleResourceWriter. createPutMethodWriter()Deprecated, for removal: This API element is subject to removal in a future version.protected MethodWriterAbstractResourceWriter. createReadResourceMethodWriter(java.lang.String returnClassType)Deprecated, for removal: This API element is subject to removal in a future version.protected MethodWriterAbstractResourceWriter. createSubResourceMethodWriter(ResourceConfig subResourceCfg, boolean isSingleResource)Deprecated, for removal: This API element is subject to removal in a future version.protected abstract MethodWriterAbstractResourceWriter. getReadResourceMethodWriter()Deprecated, for removal: This API element is subject to removal in a future version.Returns the 'readResource'MethodWriter.protected MethodWriterCollectionResourceWriter. getReadResourceMethodWriter()Deprecated, for removal: This API element is subject to removal in a future version.protected MethodWriterSingleResourceWriter. getReadResourceMethodWriter()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.bootstrap.codegenerator.platformwebservices.resource that return types with arguments of type MethodWriter Modifier and Type Method Description protected java.util.Collection<MethodWriter>AbstractResourceWriter. createResourceValueMethodWriters(java.lang.String valueType, java.lang.String genericType, java.lang.String name)Deprecated, for removal: This API element is subject to removal in a future version.protected java.util.Collection<MethodWriter>AbstractResourceWriter. getConstructorMethodWriters()Deprecated, for removal: This API element is subject to removal in a future version.Returns the Constructor asMethodWriter.protected java.util.Collection<MethodWriter>AbstractResourceWriter. getCRUDMethodWriters()Deprecated, for removal: This API element is subject to removal in a future version.Returns supported CRUD operations asMethodWriterCollectionprotected java.util.Collection<MethodWriter>AbstractResourceWriter. getCustomMethodWriters()Deprecated, for removal: This API element is subject to removal in a future version.protected abstract java.util.Collection<MethodWriter>AbstractResourceWriter. getResourceValueMethodWriters()Deprecated, for removal: This API element is subject to removal in a future version.Convenience Getter/SetterMethodWriterwhich delegates to AbstractResource#get/setResourceValue(...) but is named more user-friendly.protected java.util.Collection<MethodWriter>CollectionResourceWriter. getResourceValueMethodWriters()Deprecated, for removal: This API element is subject to removal in a future version.protected java.util.Collection<MethodWriter>SingleResourceWriter. getResourceValueMethodWriters()Deprecated, for removal: This API element is subject to removal in a future version.protected abstract java.util.Collection<MethodWriter>AbstractResourceWriter. getSubResourceMethodWriters()Deprecated, for removal: This API element is subject to removal in a future version.Returns supported sub-resources asMethodWriterCollectionprotected java.util.Collection<MethodWriter>CollectionResourceWriter. getSubResourceMethodWriters()Deprecated, for removal: This API element is subject to removal in a future version.protected java.util.Collection<MethodWriter>SingleResourceWriter. getSubResourceMethodWriters()Deprecated, for removal: This API element is subject to removal in a future version.
-