Class ClassTransformationProperties
java.lang.Object
com.broadleafcommerce.common.extension.ltw.ClassTransformationProperties
Specify one or more type of class redefinition that should take place at startup. These
properties should be defined in a separate yaml file on the classpath (i.e. not in a standard
Spring environment configuration file). You target this file via the Spring environment property
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanFully qualified class names for all theClassTransformationInjectorinstances that will be used to perform the work of class transformation.All the source and target information for a specific transformation.inthashCode()voidsetInjectors(List<String> injectors) Fully qualified class names for all theClassTransformationInjectorinstances that will be used to perform the work of class transformation.voidsetTransformations(List<ClassTransformation> transformations) All the source and target information for a specific transformation.toString()
-
Constructor Details
-
ClassTransformationProperties
public ClassTransformationProperties()
-
-
Method Details
-
getTransformations
All the source and target information for a specific transformation. Each member relates to a single template class whose interesting class information will be used to transform a single target class. -
getInjectors
Fully qualified class names for all theClassTransformationInjectorinstances that will be used to perform the work of class transformation.- See Also:
-
setTransformations
All the source and target information for a specific transformation. Each member relates to a single template class whose interesting class information will be used to transform a single target class. -
setInjectors
Fully qualified class names for all theClassTransformationInjectorinstances that will be used to perform the work of class transformation.- See Also:
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-