Uses of Class
net.time4j.format.Attributes
Package
Description
Defines common interfaces for any format support of Time4J.
This package contains the expert-level format- and parse engine of Time4J.
-
Uses of Attributes in net.time4j.format
Modifier and TypeMethodDescriptionAttributes.Builder.build()
Creates a new unmodifiable collection of format attributes.static Attributes
Attributes.empty()
Represents an empty collection of format attributes.Modifier and TypeMethodDescriptionAttributes.Builder.setAll(Attributes attributes)
Accepts all given attributes. -
Uses of Attributes in net.time4j.format.expert
Modifier and TypeMethodDescriptionChronoFormatter.Builder.build(Attributes attributes)
Finishes the build and creates a newChronoFormatter
.ChronoFormatter.with(Attributes attributes)
Creates a copy of this formatter with given standard attributes.