Uses of Class
io.ebeanservice.docstore.api.mapping.DocPropertyOptions
Packages that use DocPropertyOptions
-
Uses of DocPropertyOptions in io.ebeanservice.docstore.api.mapping
Methods in io.ebeanservice.docstore.api.mapping that return DocPropertyOptionsModifier and TypeMethodDescriptionDocPropertyOptions.copy()Create a copy of this such that it can be overridden on a per index basis.DocPropertyMapping.options()Return the property options.Constructors in io.ebeanservice.docstore.api.mapping with parameters of type DocPropertyOptionsModifierConstructorDescriptionDocPropertyMapping(String name, DocPropertyType type, DocPropertyOptions options) Construct property mapping with options.