-
- Type Parameters:
V- type of thevalue.
- All Superinterfaces:
PropertyPath<V>,ReadableTypedValue<V>,ReadableValue<V>,Supplier<V>
- All Known Subinterfaces:
ReadableBeanProperty<V>,ReadableBigDecimalProperty,ReadableBigIntegerProperty,ReadableBooleanProperty,ReadableByteProperty,io.github.mmm.property.container.collection.ReadableCollectionProperty<V,E>,ReadableContainerProperty<V,E>,ReadableDoubleProperty,ReadableFloatProperty,ReadableInstantProperty,ReadableIntegerProperty,ReadableListProperty<E>,ReadableLocalDateProperty,ReadableLocalDateTimeProperty,ReadableLocalTimeProperty,ReadableLongProperty,ReadableMapProperty<K,V>,ReadableNumberProperty<N>,ReadableObjectProperty<V>,ReadableOffsetDateTimeProperty,ReadableOffsetTimeProperty,ReadableProperty<V>,ReadableRangeProperty<V>,ReadableSetProperty<E>,ReadableShortProperty,ReadableSimpleProperty<V>,ReadableStringProperty,ReadableZonedDateTimeProperty,WritableBeanProperty<V>,WritableBigDecimalProperty,WritableBigIntegerProperty,WritableBooleanProperty,WritableByteProperty,io.github.mmm.property.container.collection.WritableCollectionProperty<V,E>,WritableContainerProperty<V,E>,WritableDoubleProperty,WritableFloatProperty,WritableInstantProperty,WritableIntegerProperty,WritableListProperty<E>,WritableLocalDateProperty,WritableLocalDateTimeProperty,WritableLocalTimeProperty,WritableLongProperty,WritableMapProperty<K,V>,WritableNumberProperty<N>,WritableObjectProperty<V>,WritableOffsetDateTimeProperty,WritableOffsetTimeProperty,WritableProperty<V>,WritableRangeProperty<V>,WritableSetProperty<E>,WritableShortProperty,WritableSimpleProperty<V>,WritableStringProperty,WritableZonedDateTimeProperty
- All Known Implementing Classes:
BeanProperty,BigDecimalProperty,BigIntegerProperty,BooleanProperty,ByteProperty,io.github.mmm.property.container.collection.CollectionProperty,ContainerProperty,DoubleProperty,DurationInSecondsProperty,FloatProperty,IdProperty,InstantProperty,IntegerProperty,LinkProperty,ListProperty,LocalDateProperty,LocalDateTimeProperty,LocalTimeProperty,LongProperty,MapProperty,NumberProperty,ObjectProperty,OffsetDateTimeProperty,OffsetTimeProperty,Property,RangeProperty,SetProperty,ShortProperty,SimpleProperty,StringListProperty,StringProperty,TemporalProperty,ZonedDateTimeProperty
public interface TypedPropertyPath<V> extends PropertyPath<V>, ReadableTypedValue<V>
APropertyPathholding itstype.- Since:
- 1.0.0
-
-
Method Summary
-
Methods inherited from interface io.github.mmm.value.PropertyPath
getName
-
Methods inherited from interface io.github.mmm.value.ReadableTypedValue
getValueClass
-
Methods inherited from interface io.github.mmm.value.ReadableValue
get, getSafe
-
-