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 forTemporaltypes.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 InstantPropertyDefaultPropertyBuilders. 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 InstantPropertyInstantPropertyBuilder. 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 InstantPropertyPropertyFactoryInstant. 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()
-