| Modifier and Type | Method and Description | 
|---|---|
| PARAMETER | createBeanParameter(Annotation[] markers,
                   Annotation marker,
                   Parameter.Source source,
                   String sourceName,
                   Class<?> rawType,
                   Type type,
                   boolean encoded,
                   String defaultValue)Factory method to instantiate  BeanParameterof given properties | 
| PARAMETER | createParameter(Annotation[] markers,
               Annotation marker,
               Parameter.Source source,
               String sourceName,
               Class<?> rawType,
               Type type,
               boolean encoded,
               String defaultValue)Factory method to instantiate  Parameterof given properties | 
| boolean | isFor(Class<?> clazz)Determine whether the Factory is for the given class to be instantiated. | 
boolean isFor(Class<?> clazz)
clazz - The class of determining the source of origin (core, server). Each source of origin
              has its own ParamCreationFactorytrue if the source of origin corresponds to the ParamCreationFactory,
          false otherwise.PARAMETER createParameter(Annotation[] markers, Annotation marker, Parameter.Source source, String sourceName, Class<?> rawType, Type type, boolean encoded, String defaultValue)
Parameter of given propertiesParameterPARAMETER createBeanParameter(Annotation[] markers, Annotation marker, Parameter.Source source, String sourceName, Class<?> rawType, Type type, boolean encoded, String defaultValue)
BeanParameter of given propertiesBeanParameterCopyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.