Uses of Interface
org.simpleframework.xml.stream.Style
Packages that use Style
-
Uses of Style in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as StyleModifier and TypeFieldDescriptionprivate final Style
CompositeInlineMap.style
This is the style used to style the names used for the XML.private final Style
CompositeKey.style
This is the style used to style the names used for the XML.private final Style
CompositeListUnion.style
This is this style associated with the serialization context.private final Style
CompositeMap.style
This is the style used to style the names used for the XML.private final Style
CompositeMapUnion.style
This is this style associated with the serialization context.private final Style
CompositeValue.style
This is the style used to style the names used for the XML.private final Style
EmptyExpression.style
This is the style that is used to style any paths created.protected Style
PathParser.style
This is the format used to style the path segments.private final Style
PrimitiveKey.style
This is the style used to style the XML elements for the key.private final Style
PrimitiveValue.style
This is the style used to style the XML names for the value.private final Style
Traverser.style
This is the style that is used to style the XML roots.Methods in org.simpleframework.xml.core that return Style -
Uses of Style in org.simpleframework.xml.stream
Classes in org.simpleframework.xml.stream that implement StyleModifier and TypeClassDescription(package private) class
TheBuilder
class is used to represent an XML style that can be applied to a serialized object.(package private) class
TheCamelCaseBuilder
is used to represent an XML style that can be applied to a serialized object.class
TheCamelCaseStyle
is used to represent an XML style that can be applied to a serialized object.(package private) class
TheHyphenBuilder
is used to represent an XML style that can be applied to a serialized object.class
TheHyphenStyle
is used to represent an XML style that can be applied to a serialized object.(package private) class
TheIdentityStyle
object is used to represent a style that does not modify the tokens passed in to it.Fields in org.simpleframework.xml.stream declared as StyleModifier and TypeFieldDescriptionprivate final Style
Builder.style
This is the style object used to create the values used.private final Style
CamelCaseStyle.style
This is the strategy used to generate the style tokens.private final Style
Format.style
This is the style that is used internally by the format.private final Style
HyphenStyle.style
This is the strategy used to generate the style tokens.Methods in org.simpleframework.xml.stream that return StyleModifier and TypeMethodDescriptionFormat.getStyle()
This is used to acquire theStyle
for the format.Constructors in org.simpleframework.xml.stream with parameters of type StyleModifierConstructorDescriptionConstructor for theBuilder
object.Constructor for theFormat
object.Constructor for theFormat
object.Constructor for theFormat
object.Constructor for theFormat
object.Constructor for theFormat
object.Constructor for theFormat
object.