Uses of Class
io.higson.runtime.engine.annotated.RepositoryObjectKey
Packages that use RepositoryObjectKey
Package
Description
-
Uses of RepositoryObjectKey in io.higson.runtime.engine.annotated
Methods in io.higson.runtime.engine.annotated that return RepositoryObjectKeyMethods in io.higson.runtime.engine.annotated with parameters of type RepositoryObjectKey -
Uses of RepositoryObjectKey in io.higson.runtime.engine.annotated.repository
Method parameters in io.higson.runtime.engine.annotated.repository with type arguments of type RepositoryObjectKeyModifier and TypeMethodDescriptionvoidScanningFunctionProvider.registerWithKeys(Map<RepositoryObjectKey, FunctionRepository> objects) -
Uses of RepositoryObjectKey in io.higson.runtime.engine.annotated.scanner
Methods in io.higson.runtime.engine.annotated.scanner that return types with arguments of type RepositoryObjectKeyModifier and TypeMethodDescription<T> Map<RepositoryObjectKey,T> AnnotatedObjectFactory.createObjects(Class<T> objectClass, Annotation annotation) AnnotatedObjectsScanner.getAnnotatedObjects(Class<? extends Annotation> annotationClass, PackageList packagesToScan) Scan for classes annotated with given annotation type, instantiate them using hints from annotation and return a map of those objects.<T> Map<RepositoryObjectKey,T> PackageTypeScanner.scanTypes(Class<? extends Annotation> annotationType) <T> Map<RepositoryObjectKey,T> TypeScanner.scanTypes(Class<? extends Annotation> annotationType) -
Uses of RepositoryObjectKey in io.higson.runtime.engine.config
Methods in io.higson.runtime.engine.config that return types with arguments of type RepositoryObjectKeyMethods in io.higson.runtime.engine.config with parameters of type RepositoryObjectKeyModifier and TypeMethodDescriptionprotected voidParamEngineConfig.addFunctionRepository(RepositoryObjectKey key, FunctionRepository functionRepository) -
Uses of RepositoryObjectKey in io.higson.runtime.engine.core.repository
Methods in io.higson.runtime.engine.core.repository with parameters of type RepositoryObjectKeyModifier and TypeMethodDescriptionbooleanMapRepository.contains(RepositoryObjectKey key) MapRepository.getItem(RepositoryObjectKey key) voidMapRepository.register(RepositoryObjectKey key, V value) voidMapRepository.registerUnique(RepositoryObjectKey key, V value) Method parameters in io.higson.runtime.engine.core.repository with type arguments of type RepositoryObjectKeyModifier and TypeMethodDescriptionvoidMapRepository.registerAll(Map<RepositoryObjectKey, V> items) voidOrderedRepository.registerWithKeys(Map<RepositoryObjectKey, T> objects) Constructor parameters in io.higson.runtime.engine.core.repository with type arguments of type RepositoryObjectKeyModifierConstructorDescriptionMapRepository(Class<?> containedClass, Map<RepositoryObjectKey, V> repositoryMapInstance)