Uses of Enum Class
org.glassfish.hk2.xml.internal.MethodType
Packages that use MethodType
-
Uses of MethodType in org.glassfish.hk2.xml.internal
Methods in org.glassfish.hk2.xml.internal that return MethodTypeModifier and TypeMethodDescriptionMethodInformation.getMethodType()static MethodTypeReturns the enum constant of this class with the specified name.static MethodType[]MethodType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.glassfish.hk2.xml.internal with parameters of type MethodTypeModifierConstructorDescriptionMethodInformation(AltMethod originalMethod, MethodType methodType, String decapitalizedMethodProperty, QName representedProperty, String defaultValue, AltClass baseChildType, AltClass gsType, boolean key, boolean isList, boolean isArray, boolean isReference, Format format, AltClass listParameterizedType, String xmlWrapperTag, AdapterInformation adapterInfo, boolean required, String originalMethodName) -
Uses of MethodType in org.glassfish.hk2.xml.internal.alt
Methods in org.glassfish.hk2.xml.internal.alt that return MethodType