Uses of Class
io.higson.runtime.model.def.BundleDef
Packages that use BundleDef
Package
Description
-
Uses of BundleDef in io.higson.runtime.config
Methods in io.higson.runtime.config that return BundleDefMethods in io.higson.runtime.config with parameters of type BundleDefModifier and TypeMethodDescriptionstatic DefinitionPrinterDefinitionPrinter.prettyPrinter(BundleDef def) Creates pretty printer with support for better formatting.static DefinitionPrinterDefinitionPrinter.standardPrinter(BundleDef def) Creates standard printer without support for better formatting.Constructors in io.higson.runtime.config with parameters of type BundleDefModifierConstructorDescriptionDeprecated.this constructor will be hidden for external usage. -
Uses of BundleDef in io.higson.runtime.model.def
Methods in io.higson.runtime.model.def that return BundleDefModifier and TypeMethodDescriptionBundleDef.add(String propertyName, PropertyDef prop) BundleDef.done()BundleDef.done(Collection<EntityType> values) -
Uses of BundleDef in io.higson.runtime.model.value
Methods in io.higson.runtime.model.value that return BundleDefConstructors in io.higson.runtime.model.value with parameters of type BundleDefModifierConstructorDescriptionBasic constructor to use with definition.Shouldn't be used outside of Higson persistence engine.Shouldn't be used outside of Higson persistence engine.Shouldn't be used outside of Higson persistence engine. -
Uses of BundleDef in io.higson.runtime.proxy
Methods in io.higson.runtime.proxy that return BundleDefModifier and TypeMethodDescriptionstatic BundleDefHigsonPersistence.getBundleDef()static BundleDefHigsonPersistence.getDefaultBundleDef()HigsonPersistence.getThreadBundleDef()Methods in io.higson.runtime.proxy with parameters of type BundleDefModifier and TypeMethodDescriptionstatic voidHigsonPersistence.setDefaultBundleDef(BundleDef defaultBundleDef) voidHigsonPersistence.setThreadBundleDef(BundleDef def) -
Uses of BundleDef in io.higson.runtime.sandbox
Methods in io.higson.runtime.sandbox that return BundleDefModifier and TypeMethodDescriptionSandboxConverter.createDef(GmoSandbox sandbox) SandboxConverter.createDef(Collection<GmoSandboxEntity> sandboxEntities) BundleDefinitionSource.getDefinition(String profile) Returns Bundle definition for given profile.SnapshotBundleDefinitionSource.getDefinition(String profile) Methods in io.higson.runtime.sandbox with parameters of type BundleDefModifier and TypeMethodDescriptionSandboxConverter.createSandbox(BundleDef def) SandboxConverter.createSandbox(BundleDef def, int sandboxId)