Uses of Class
io.github.mmm.property.container.set.SetProperty
-
Packages that use SetProperty Package Description io.github.mmm.property.builder.container Contains property builders for container types such asCollection
orMap
.io.github.mmm.property.container.set Contains property infrastructure forSet
. -
-
Uses of SetProperty in io.github.mmm.property.builder.container
Methods in io.github.mmm.property.builder.container that return SetProperty Modifier and Type Method Description protected SetProperty<E>
SetPropertyBuilder. build(String name, PropertyMetadata<Set<E>> metadata)
-
Uses of SetProperty in io.github.mmm.property.container.set
Methods in io.github.mmm.property.container.set that return SetProperty Modifier and Type Method Description SetProperty<E>
PropertyFactorySet. create(String name, Class<? extends Set<E>> valueClass, PropertyMetadata<Set<E>> metadata)
Methods in io.github.mmm.property.container.set that return types with arguments of type SetProperty Modifier and Type Method Description Class<SetProperty<E>>
PropertyFactorySet. getImplementationClass()
-