Uses of Class
org.galaxyproject.gxformat2.v19_09.utils.LoadingOptions
Packages that use LoadingOptions
Package
Description
Package for the auto-generated Java objects corresponding generated by Schema Salad
for https://galaxyproject.org/gxformat2/v19_09#.
This package contains utilities for working the SchemaSalad generated code for the
org.galaxyproject.gxformat2.v19_09 package.-
Uses of LoadingOptions in org.galaxyproject.gxformat2.v19_09
Constructors in org.galaxyproject.gxformat2.v19_09 with parameters of type LoadingOptionsModifierConstructorDescriptionArraySchemaImpl(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoaderto construct instances of ArraySchemaImpl.EnumSchemaImpl(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoaderto construct instances of EnumSchemaImpl.GalaxyWorkflowImpl(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoaderto construct instances of GalaxyWorkflowImpl.RecordFieldImpl(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoaderto construct instances of RecordFieldImpl.RecordSchemaImpl(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoaderto construct instances of RecordSchemaImpl.ReportImpl(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoaderto construct instances of ReportImpl.StepPositionImpl(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoaderto construct instances of StepPositionImpl.ToolShedRepositoryImpl(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoaderto construct instances of ToolShedRepositoryImpl.WorkflowInputParameterImpl(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoaderto construct instances of WorkflowInputParameterImpl.WorkflowOutputParameterImpl(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoaderto construct instances of WorkflowOutputParameterImpl.WorkflowStepImpl(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoaderto construct instances of WorkflowStepImpl.WorkflowStepInputImpl(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoaderto construct instances of WorkflowStepInputImpl.WorkflowStepOutputImpl(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoaderto construct instances of WorkflowStepOutputImpl. -
Uses of LoadingOptions in org.galaxyproject.gxformat2.v19_09.utils
Methods in org.galaxyproject.gxformat2.v19_09.utils that return LoadingOptionsMethods in org.galaxyproject.gxformat2.v19_09.utils with parameters of type LoadingOptionsModifier and TypeMethodDescriptionLoadingOptionsBuilder.copiedFrom(LoadingOptions copyFrom) default TLoader.documentLoad(String doc, String baseUri, LoadingOptions loadingOptions) default TLoader.documentLoad(List<Object> doc, String baseUri, LoadingOptions loadingOptions) default TLoader.documentLoad(Map<String, Object> doc_, String baseUri_, LoadingOptions loadingOptions_) default TLoader.documentLoadByUrl(String url, LoadingOptions loadingOptions) AnyLoader.load(Object doc, String baseUri, LoadingOptions loadingOptions, String docRoot) ArrayLoader.load(Object doc, String baseUri, LoadingOptions loadingOptions, String docRoot) EnumLoader.load(Object doc, String baseUri, LoadingOptions loadingOptions, String docRoot) IdMapLoader.load(Object doc_, String baseUri, LoadingOptions loadingOptions, String docRoot) default TLoader.load(Object doc, String baseUri, LoadingOptions loadingOptions) Loader.load(Object doc, String baseUri, LoadingOptions loadingOptions, String docRoot) NullLoader.load(Object doc, String baseUri, LoadingOptions loadingOptions, String docRoot) OneOrListOfLoader.load(Object doc, String baseUri, LoadingOptions loadingOptions, String docRoot) OptionalLoader.load(Object doc, String baseUri, LoadingOptions loadingOptions, String docRoot) PrimitiveLoader.load(Object doc, String baseUri, LoadingOptions loadingOptions, String docRoot) RecordLoader.load(Object doc, String baseUri, LoadingOptions loadingOptions, String docRoot) TypeDslLoader.load(Object doc_, String baseUri, LoadingOptions loadingOptions, String docRoot) UnionLoader.load(Object doc, String baseUri, LoadingOptions loadingOptions, String docRoot) UriLoader.load(Object doc_, String baseUri, LoadingOptions loadingOptions, String docRoot) static ObjectRootLoader.loadDocument(File file, String baseUri, LoadingOptions loadingOptions) static ObjectRootLoader.loadDocument(File file, LoadingOptions loadingOptions) static ObjectRootLoader.loadDocument(String doc, String uri_, LoadingOptions loadingOptions_) static ObjectRootLoader.loadDocument(String doc, LoadingOptions loadingOptions) static ObjectRootLoader.loadDocument(Path path, String baseUri, LoadingOptions loadingOptions) static ObjectRootLoader.loadDocument(Path path, LoadingOptions loadingOptions) static ObjectRootLoader.loadDocument(Map<String, Object> doc, String baseUri_, LoadingOptions loadingOptions_) default TLoader.loadField(Object val_, String baseUri, LoadingOptions loadingOptions) Constructors in org.galaxyproject.gxformat2.v19_09.utils with parameters of type LoadingOptionsModifierConstructorDescriptionSavableImpl(Object doc, String baseUri, LoadingOptions loadingOptions, String docRoot)