Uses of Class
de.hybris.bootstrap.codegenerator.ClassWriter
-
-
Uses of ClassWriter in de.hybris.bootstrap.codegenerator
Subclasses of ClassWriter in de.hybris.bootstrap.codegenerator Modifier and Type Class Description classPackageInfoWriterMethods in de.hybris.bootstrap.codegenerator with parameters of type ClassWriter Modifier and Type Method Description static booleanCodeGenerator. writeToFile(ClassWriter classWriter, java.io.File baseDir, boolean overwrite, boolean touch) -
Uses of ClassWriter in de.hybris.bootstrap.codegenerator.jalo
Subclasses of ClassWriter in de.hybris.bootstrap.codegenerator.jalo Modifier and Type Class Description classConstantsWriterclassItemTypeWriterclassJaloClassWriterclassManagerWriterMethods in de.hybris.bootstrap.codegenerator.jalo that return ClassWriter Modifier and Type Method Description ClassWriterConstantsWriter. createNonAbstractClassWriter()ClassWriterItemTypeWriter. createNonAbstractClassWriter()ClassWriterManagerWriter. createNonAbstractClassWriter()Methods in de.hybris.bootstrap.codegenerator.jalo with parameters of type ClassWriter Modifier and Type Method Description protected static java.lang.StringAbstractTypedAttributeMethod. calculateReturnType(ClassWriter forClass, YAttributeDescriptor desc)protected static java.lang.StringRemoveFromRelation. getRelatedType(ClassWriter forClass, YAttributeDescriptor desc) -
Uses of ClassWriter in de.hybris.bootstrap.codegenerator.model
Subclasses of ClassWriter in de.hybris.bootstrap.codegenerator.model Modifier and Type Class Description classModelWriter -
Uses of ClassWriter in de.hybris.bootstrap.codegenerator.model.enums
Subclasses of ClassWriter in de.hybris.bootstrap.codegenerator.model.enums Modifier and Type Class Description classAbstractEnumWriterclassClassEnumWriterclassJavaEnumWriter -
Uses of ClassWriter in de.hybris.bootstrap.codegenerator.platformwebservices.dto
Subclasses of ClassWriter in de.hybris.bootstrap.codegenerator.platformwebservices.dto Modifier and Type Class Description classAbstractDtoWriterDeprecated, for removal: This API element is subject to removal in a future version.since 1818classCollectionDtoWriterDeprecated, for removal: This API element is subject to removal in a future version.since 1818classSingleDtoWriterDeprecated, for removal: This API element is subject to removal in a future version.since 1818 -
Uses of ClassWriter in de.hybris.bootstrap.codegenerator.platformwebservices.resource
Subclasses of ClassWriter in de.hybris.bootstrap.codegenerator.platformwebservices.resource Modifier and Type Class Description classAbstractResourceWriterDeprecated, for removal: This API element is subject to removal in a future version.since 1818classCollectionResourceWriterDeprecated, for removal: This API element is subject to removal in a future version.since 1818classSingleResourceWriterDeprecated, for removal: This API element is subject to removal in a future version.since 1818
-