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.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.protected java.util.Collection<MethodWriter>CollectionDtoWriter. getBeanMethodWriters()Deprecated.protected java.util.Collection<MethodWriter>SingleDtoWriter. getBeanMethodWriters()Deprecated.protected java.util.Collection<MethodWriter>AbstractDtoWriter. getConstructorMethodWriters()Deprecated.protected java.util.Collection<MethodWriter>CollectionDtoWriter. getConstructorMethodWriters()Deprecated. -
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.Creates a CRUDMethodWritertemplate.protected MethodWriterAbstractResourceWriter. createDefaultConstructorMethodWriter()Deprecated.protected abstract MethodWriterAbstractResourceWriter. createDeleteMethodWriter()Deprecated.protected MethodWriterCollectionResourceWriter. createDeleteMethodWriter()Deprecated.protected MethodWriterSingleResourceWriter. createDeleteMethodWriter()Deprecated.protected abstract MethodWriterAbstractResourceWriter. createGetMethodWriter()Deprecated.protected MethodWriterCollectionResourceWriter. createGetMethodWriter()Deprecated.protected MethodWriterSingleResourceWriter. createGetMethodWriter()Deprecated.protected abstract MethodWriterAbstractResourceWriter. createPostMethodWriter()Deprecated.protected MethodWriterCollectionResourceWriter. createPostMethodWriter()Deprecated.protected MethodWriterSingleResourceWriter. createPostMethodWriter()Deprecated.protected abstract MethodWriterAbstractResourceWriter. createPutMethodWriter()Deprecated.protected MethodWriterCollectionResourceWriter. createPutMethodWriter()Deprecated.protected MethodWriterSingleResourceWriter. createPutMethodWriter()Deprecated.protected MethodWriterAbstractResourceWriter. createReadResourceMethodWriter(java.lang.String returnClassType)Deprecated.protected MethodWriterAbstractResourceWriter. createSubResourceMethodWriter(ResourceConfig subResourceCfg, boolean isSingleResource)Deprecated.protected abstract MethodWriterAbstractResourceWriter. getReadResourceMethodWriter()Deprecated.Returns the 'readResource'MethodWriter.protected MethodWriterCollectionResourceWriter. getReadResourceMethodWriter()Deprecated.protected MethodWriterSingleResourceWriter. getReadResourceMethodWriter()Deprecated.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.protected java.util.Collection<MethodWriter>AbstractResourceWriter. getConstructorMethodWriters()Deprecated.Returns the Constructor asMethodWriter.protected java.util.Collection<MethodWriter>AbstractResourceWriter. getCRUDMethodWriters()Deprecated.Returns supported CRUD operations asMethodWriterCollectionprotected java.util.Collection<MethodWriter>AbstractResourceWriter. getCustomMethodWriters()Deprecated.protected abstract java.util.Collection<MethodWriter>AbstractResourceWriter. getResourceValueMethodWriters()Deprecated.Convenience Getter/SetterMethodWriterwhich delegates to AbstractResource#get/setResourceValue(...) but is named more user-friendly.protected java.util.Collection<MethodWriter>CollectionResourceWriter. getResourceValueMethodWriters()Deprecated.protected java.util.Collection<MethodWriter>SingleResourceWriter. getResourceValueMethodWriters()Deprecated.protected abstract java.util.Collection<MethodWriter>AbstractResourceWriter. getSubResourceMethodWriters()Deprecated.Returns supported sub-resources asMethodWriterCollectionprotected java.util.Collection<MethodWriter>CollectionResourceWriter. getSubResourceMethodWriters()Deprecated.protected java.util.Collection<MethodWriter>SingleResourceWriter. getSubResourceMethodWriters()Deprecated.
-