Uses of Interface
org.teavm.platform.metadata.Resource
Packages that use Resource
-
Uses of Resource in org.teavm.platform.metadata
Classes in org.teavm.platform.metadata with type parameters of type ResourceModifier and TypeInterfaceDescriptioninterface
ResourceArray<T extends Resource>
interface
ResourceMap<T extends Resource>
Subinterfaces of Resource in org.teavm.platform.metadataModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
ResourceArray<T extends Resource>
interface
ResourceMap<T extends Resource>
interface
interface
interface
Methods in org.teavm.platform.metadata with type parameters of type ResourceModifier and TypeMethodDescription<T extends Resource>
TMetadataGeneratorContext.createResource(Class<T> resourceType)
Creates a new resource of the given type.<T extends Resource>
ResourceArray<T>MetadataGeneratorContext.createResourceArray()
Creates a new resource array.<T extends Resource>
ResourceMap<T>MetadataGeneratorContext.createResourceMap()
Creates a new resource map.Methods in org.teavm.platform.metadata that return ResourceModifier and TypeMethodDescriptionMetadataGenerator.generateMetadata(MetadataGeneratorContext context, MethodReference method)
Generates resources, that will be available at runtime.Method parameters in org.teavm.platform.metadata with type arguments of type ResourceModifier and TypeMethodDescriptionMetadataGeneratorContext.getTypeDescriptor(Class<? extends Resource> type)