Uses of Class
com.aspectran.core.context.rule.type.FormatType
-
Packages that use FormatType Package Description com.aspectran.core.activity.response.transform com.aspectran.core.component.bean.annotation com.aspectran.core.context.rule com.aspectran.core.context.rule.type -
-
Uses of FormatType in com.aspectran.core.activity.response.transform
Methods in com.aspectran.core.activity.response.transform that return FormatType Modifier and Type Method Description FormatTypeTransformResponse. getFormatType()Gets the format type. -
Uses of FormatType in com.aspectran.core.component.bean.annotation
Methods in com.aspectran.core.component.bean.annotation that return FormatType Modifier and Type Method Description FormatTypeformat()FormatTypevalue() -
Uses of FormatType in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return FormatType Modifier and Type Method Description FormatTypeCustomTransformRule. getFormatType()Gets the format type.FormatTypeTransformRule. getFormatType()Gets the format type.Methods in com.aspectran.core.context.rule with parameters of type FormatType Modifier and Type Method Description static TransformRuleTransformRule. newInstance(FormatType formatType, java.lang.String contentType, java.lang.String encoding, java.lang.Boolean pretty)static TransformRuleTransformRule. newInstance(FormatType formatType, java.lang.String contentType, java.lang.String encoding, java.lang.Boolean defaultResponse, java.lang.Boolean pretty)voidTransformRule. setFormatType(FormatType formatType)Sets the format type. -
Uses of FormatType in com.aspectran.core.context.rule.type
Methods in com.aspectran.core.context.rule.type that return FormatType Modifier and Type Method Description static FormatTypeFormatType. resolve(ContentType contentType)Returns aFormatTypewith a value corresponding to the specifiedContentType.static FormatTypeFormatType. resolve(java.lang.String alias)Returns aFormatTypewith a value represented by the specifiedString.static FormatTypeFormatType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FormatType[]FormatType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-