Uses of Class
io.higson.runtime.model.def.PropertyDef
Packages that use PropertyDef
-
Uses of PropertyDef in io.higson.runtime.model.def
Methods in io.higson.runtime.model.def that return PropertyDefMethods in io.higson.runtime.model.def that return types with arguments of type PropertyDefMethods in io.higson.runtime.model.def with parameters of type PropertyDefModifier and TypeMethodDescriptionBundleDef.add(String propertyName, PropertyDef prop) EntityType.add(String propertyName, PropertyDef prop) -
Uses of PropertyDef in io.higson.runtime.sync.diff
Methods in io.higson.runtime.sync.diff that return PropertyDefMethods in io.higson.runtime.sync.diff with parameters of type PropertyDefModifier and TypeMethodDescriptionvoidEntityDiff.addValueDiff(PropertyDef propDef, String propName, ValueProperty v1, ValueProperty v2) Constructors in io.higson.runtime.sync.diff with parameters of type PropertyDefModifierConstructorDescriptionValueDiff(PropertyDef def, String name, ValueProperty prev, ValueProperty next)