Uses of Class
io.sundr.model.repo.DefinitionRepository
-
Uses of DefinitionRepository in io.sundr.model.repo
Methods in io.sundr.model.repo that return DefinitionRepositoryModifier and TypeMethodDescriptionstatic DefinitionRepositoryDefinitionRepository.createRepository()Create a new instance of the repository, without messing with the singletonstatic final DefinitionRepositoryDefinitionRepository.getRepository()Get or create a DefinitionRepository.Methods in io.sundr.model.repo with parameters of type DefinitionRepositoryModifier and TypeMethodDescriptionstatic Set<MethodReference>MethodReference.getDirectMethodCallers(MethodReference targetMethod, DefinitionRepository repository) Find all methods that directly call the specified target method.static Set<MethodReference>MethodReference.getDirectMethodReferences(Method method, DefinitionRepository repository) Get all method references that are called directly from the given method (non-recursive).static Set<MethodReference>MethodReference.getMethodCallers(MethodReference targetMethod, DefinitionRepository repository) Find all methods that directly or transitively call the specified target method.static Set<MethodReference>MethodReference.getMethodReferences(Method method, DefinitionRepository repository) Get all method references that are called directly or transitively from the given method.DefinitionRepository.withRepository(DefinitionRepository repository) Method parameters in io.sundr.model.repo with type arguments of type DefinitionRepositoryModifier and TypeMethodDescription<V> VDefinitionRepository.WithRepo.apply(Function<DefinitionRepository, V> function) Constructors in io.sundr.model.repo with parameters of type DefinitionRepository