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 byRootLoader
to construct instances of ArraySchemaImpl.EnumSchemaImpl
(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoader
to construct instances of EnumSchemaImpl.GalaxyWorkflowImpl
(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoader
to construct instances of GalaxyWorkflowImpl.RecordFieldImpl
(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoader
to construct instances of RecordFieldImpl.RecordSchemaImpl
(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoader
to construct instances of RecordSchemaImpl.ReportImpl
(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoader
to construct instances of ReportImpl.StepPositionImpl
(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoader
to construct instances of StepPositionImpl.ToolShedRepositoryImpl
(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoader
to construct instances of ToolShedRepositoryImpl.WorkflowInputParameterImpl
(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoader
to construct instances of WorkflowInputParameterImpl.WorkflowOutputParameterImpl
(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoader
to construct instances of WorkflowOutputParameterImpl.WorkflowStepImpl
(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoader
to construct instances of WorkflowStepImpl.WorkflowStepInputImpl
(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoader
to construct instances of WorkflowStepInputImpl.WorkflowStepOutputImpl
(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoader
to 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 T
Loader.documentLoad
(String doc, String baseUri, LoadingOptions loadingOptions) default T
Loader.documentLoad
(List<Object> doc, String baseUri, LoadingOptions loadingOptions) default T
Loader.documentLoad
(Map<String, Object> doc_, String baseUri_, LoadingOptions loadingOptions_) default T
Loader.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 T
Loader.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 Object
RootLoader.loadDocument
(File file, String baseUri, LoadingOptions loadingOptions) static Object
RootLoader.loadDocument
(File file, LoadingOptions loadingOptions) static Object
RootLoader.loadDocument
(String doc, String uri_, LoadingOptions loadingOptions_) static Object
RootLoader.loadDocument
(String doc, LoadingOptions loadingOptions) static Object
RootLoader.loadDocument
(Path path, String baseUri, LoadingOptions loadingOptions) static Object
RootLoader.loadDocument
(Path path, LoadingOptions loadingOptions) static Object
RootLoader.loadDocument
(Map<String, Object> doc, String baseUri_, LoadingOptions loadingOptions_) default T
Loader.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)