Uses of Interface
org.immutables.generator.SourceOrdering.AccessorProvider
Packages that use SourceOrdering.AccessorProvider
-
Uses of SourceOrdering.AccessorProvider in org.immutables.generator
Methods in org.immutables.generator that return SourceOrdering.AccessorProviderModifier and TypeMethodDescriptionSourceOrdering.getAllAccessorsProvider(Elements elements, Types types, TypeElement originatingType) While we haveSourceOrdering, there's still a problem: We have inheritance hierarchy and we want to have all defined or inherited accessors returned as members of target type, likeElements.getAllMembers(TypeElement), but we need to have them properly and stably sorted.