Uses of Interface
com.iizix.value.IValueObject
Packages that use IValueObject
Uses of IValueObject in com.iizix
Fields in com.iizix declared as IValueObjectModifier and TypeFieldDescriptionfinal IValueObject<?>
Value.Type.valueObject
The interface that creates the default value.Uses of IValueObject in com.iizix.value
Classes in com.iizix.value that implement IValueObjectModifier and TypeClassDescriptionclass
Value object class to handle the BigDecimal datatype.class
Value object class to handle the BigInteger datatype.class
Value object class to handle the byte array datatype.class
Value object class to handle the Boolean datatype.class
Value object class to handle the Byte datatype.class
Value object class to handle the Double datatype.class
Value object class to handle the Duration datatype.class
Value object class to handle the Float datatype.class
Value object class to handle the Integer datatype.class
Value object class to handle the KString datatype.class
Value object class to handle the LocalDateTime datatype.class
Value object class to handle the LocalDate datatype.class
Value object class to handle the LocalTime datatype.class
Value object class to handle the Long datatype.class
Value object class to handle the MonthDay datatype.class
NumberValue<TYPE extends Number>
Base class for Number values.class
Value object class to handle the OffsetDateTime datatype.class
Value object class to handle the OffsetTime datatype.class
Value object class to handle the Period datatype.class
Value object class to handle the Short datatype.class
Value object class to handle the String datatype.class
TermporalAccessorValue<TYPE extends TemporalAccessor>
TemporalAccessor Value object base class, i.e.class
TermporalAmountValue<TYPE>
TemporalAmountValue object base class, i.e.class
Value object class to handle the XML Duration Schema 1.0 Part 2 datatype.class
Value object class to handle the XMLGregorianCalendar datatype.class
Value object class to handle the YearMonth datatype.class
Value object class to handle the Year datatype.class
Value object class to handle the ZonedDateTime datatype.