Uses of Class
com.broadleafcommerce.common.extension.reflection.ApiCompatibilityManager.Builder
Packages that use ApiCompatibilityManager.Builder
-
Uses of ApiCompatibilityManager.Builder in com.broadleafcommerce.common.extension.reflection
Methods in com.broadleafcommerce.common.extension.reflection that return ApiCompatibilityManager.BuilderModifier and TypeMethodDescriptionApiCompatibilityManager.builder()Creates a new instance of the Builder class for configuring and compiling custom instantiations, methods, and fields to be used within the system.ApiCompatibilityManager.Builder.withField(String name, String qualifyExpression, String classname, String fieldName) Adds a field entry to the builder with the specified parameters.ApiCompatibilityManager.Builder.withInstantiation(String name, String qualifyExpression, String classname, String... paramTypes) Adds an instantiation entry to the builder with the specified parameters.ApiCompatibilityManager.Builder.withInstantiation(String name, String qualifyExpression, Supplier<Constructor<?>> supplier) Adds an instantiation entry to the builder with the specified parameters, using a supplier to acquire the constructor to be instantiated.ApiCompatibilityManager.Builder.withMethod(String name, String qualifyExpression, String classname, String methodname, String... paramTypes) Adds a method entry to the builder with the specified parameters.