Interface MetadataType.EntityMetadataFactory<V>
- All Known Subinterfaces:
BooleanMetadataType.BooleanEntityMetadataFactory,ByteMetadataType.ByteEntityMetadataFactory,FloatMetadataType.FloatEntityMetadataFactory,IntMetadataType.IntEntityMetadataFactory,LongMetadataType.LongEntityMetadataFactory
- Enclosing class:
- MetadataType<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionEntityMetadata<V,? extends MetadataType<V>> create(int id, MetadataType<V> type, V value)
-
Method Details
-
create
-