Uses of Class
io.github.mmm.property.temporal.instant.InstantProperty
-
Packages that use InstantProperty Package Description io.github.mmm.property.builder Contains builders for properties frommmm-property
(moduleio.github.mmm.property
).io.github.mmm.property.builder.temporal Contains property builders forTemporal
types.io.github.mmm.property.temporal.instant Contains property infrastructure forInstant
. -
-
Uses of InstantProperty in io.github.mmm.property.builder
Methods in io.github.mmm.property.builder that return InstantProperty Modifier and Type Method Description default InstantProperty
DefaultPropertyBuilders. newInstant(String name)
-
Uses of InstantProperty in io.github.mmm.property.builder.temporal
Methods in io.github.mmm.property.builder.temporal that return InstantProperty Modifier and Type Method Description protected InstantProperty
InstantPropertyBuilder. build(String name, PropertyMetadata<Instant> metadata)
-
Uses of InstantProperty in io.github.mmm.property.temporal.instant
Methods in io.github.mmm.property.temporal.instant that return InstantProperty Modifier and Type Method Description InstantProperty
PropertyFactoryInstant. create(String name, Class<? extends Instant> valueClass, PropertyMetadata<Instant> metadata)
Methods in io.github.mmm.property.temporal.instant that return types with arguments of type InstantProperty Modifier and Type Method Description Class<InstantProperty>
PropertyFactoryInstant. getImplementationClass()
-