Uses of Class
de.hybris.bootstrap.codegenerator.MethodWriter
Packages that use MethodWriter
Package
Description
-
Uses of MethodWriter in de.hybris.bootstrap.codegenerator
Methods in de.hybris.bootstrap.codegenerator that return types with arguments of type MethodWriterModifier and TypeMethodDescriptionClassWriter.getConstructors()ClassWriter.getMethods()protected List<MethodWriter>ClassWriter.sortMethods(List<MethodWriter> methods) Methods in de.hybris.bootstrap.codegenerator with parameters of type MethodWriterModifier and TypeMethodDescriptionvoidClassWriter.addConstructor(MethodWriter con) voidClassWriter.addMethod(MethodWriter writer) Method parameters in de.hybris.bootstrap.codegenerator with type arguments of type MethodWriterModifier and TypeMethodDescriptionprotected List<MethodWriter>ClassWriter.sortMethods(List<MethodWriter> methods) -
Uses of MethodWriter in de.hybris.bootstrap.codegenerator.jalo
Subclasses of MethodWriter in de.hybris.bootstrap.codegenerator.jaloModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in de.hybris.bootstrap.codegenerator.jalo that return MethodWriterModifier and TypeMethodDescriptionAbstractPrimitiveAttributeMethod.createNonCtxDelegateMethod()AbstractTypedAttributeMethod.createNonCtxDelegateMethod()AddToRelation.createNonCtxDelegateMethod()LocalizedAllGetter.createNonCtxDelegateMethod()LocalizedAllSetter.createNonCtxDelegateMethod()PrimitiveGetter.createNonCtxDelegateMethod()PrimitiveSetter.createNonCtxDelegateMethod()RemoveFromRelation.createNonCtxDelegateMethod()TypedGetter.createNonCtxDelegateMethod()TypedSetter.createNonCtxDelegateMethod()Methods in de.hybris.bootstrap.codegenerator.jalo that return types with arguments of type MethodWriterModifier and TypeMethodDescriptionRelationCount.createDelegateMethods()protected List<MethodWriter>JaloClassWriter.sortMethods(List<MethodWriter> methods) Methods in de.hybris.bootstrap.codegenerator.jalo with parameters of type MethodWriterModifier and TypeMethodDescriptionvoidTypedSetter.addThrownExceptionIfRequired(MethodWriter methodWriter) Method parameters in de.hybris.bootstrap.codegenerator.jalo with type arguments of type MethodWriterModifier and TypeMethodDescriptionprotected List<MethodWriter>JaloClassWriter.sortMethods(List<MethodWriter> methods) -
Uses of MethodWriter in de.hybris.bootstrap.codegenerator.model
Subclasses of MethodWriter in de.hybris.bootstrap.codegenerator.modelModifier and TypeClassDescriptionclassclassclassThe model constructor class.classclass -
Uses of MethodWriter in de.hybris.bootstrap.codegenerator.model.enums
Methods in de.hybris.bootstrap.codegenerator.model.enums that return MethodWriterModifier and TypeMethodDescriptionprotected 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 MethodWriterModifier and TypeMethodDescriptionprotected 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 MethodWriterModifier and TypeMethodDescriptionprotected Collection<MethodWriter>AbstractDtoWriter.getBeanMethodWriters()Deprecated, for removal: This API element is subject to removal in a future version.protected Collection<MethodWriter>CollectionDtoWriter.getBeanMethodWriters()Deprecated, for removal: This API element is subject to removal in a future version.protected Collection<MethodWriter>SingleDtoWriter.getBeanMethodWriters()Deprecated, for removal: This API element is subject to removal in a future version.protected Collection<MethodWriter>AbstractDtoWriter.getConstructorMethodWriters()Deprecated, for removal: This API element is subject to removal in a future version.protected 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 MethodWriterModifier and TypeMethodDescriptionprotected MethodWriterAbstractResourceWriter.createCRUDMethodWriter(String ano, 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(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 MethodWriterModifier and TypeMethodDescriptionprotected Collection<MethodWriter>AbstractResourceWriter.createResourceValueMethodWriters(String valueType, String genericType, String name) Deprecated, for removal: This API element is subject to removal in a future version.protected Collection<MethodWriter>AbstractResourceWriter.getConstructorMethodWriters()Deprecated, for removal: This API element is subject to removal in a future version.Returns the Constructor asMethodWriter.protected Collection<MethodWriter>AbstractResourceWriter.getCRUDMethodWriters()Deprecated, for removal: This API element is subject to removal in a future version.Returns supported CRUD operations asMethodWriterCollectionprotected Collection<MethodWriter>AbstractResourceWriter.getCustomMethodWriters()Deprecated, for removal: This API element is subject to removal in a future version.protected abstract 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 Collection<MethodWriter>CollectionResourceWriter.getResourceValueMethodWriters()Deprecated, for removal: This API element is subject to removal in a future version.protected Collection<MethodWriter>SingleResourceWriter.getResourceValueMethodWriters()Deprecated, for removal: This API element is subject to removal in a future version.protected abstract Collection<MethodWriter>AbstractResourceWriter.getSubResourceMethodWriters()Deprecated, for removal: This API element is subject to removal in a future version.Returns supported sub-resources asMethodWriterCollectionprotected Collection<MethodWriter>CollectionResourceWriter.getSubResourceMethodWriters()Deprecated, for removal: This API element is subject to removal in a future version.protected Collection<MethodWriter>SingleResourceWriter.getSubResourceMethodWriters()Deprecated, for removal: This API element is subject to removal in a future version.