Uses of Record Class
dev.archunitjava.model.JavaConstantEvidence
Packages that use JavaConstantEvidence
-
Uses of JavaConstantEvidence in dev.archunitjava.model
Classes in dev.archunitjava.model that implement interfaces with type arguments of type JavaConstantEvidenceModifier and TypeClassDescriptionfinal recordTyped, unresolved evidence for a relevant constant-pool entry.Methods in dev.archunitjava.model that return types with arguments of type JavaConstantEvidenceModifier and TypeMethodDescriptionJavaConstantPoolEvidence.constants()Returns the value of theconstantsrecord component.Methods in dev.archunitjava.model with parameters of type JavaConstantEvidenceConstructor parameters in dev.archunitjava.model with type arguments of type JavaConstantEvidenceModifierConstructorDescriptionJavaConstantPoolEvidence(List<JavaConstantEvidence> constants, int originalEvidenceCount, boolean truncated) Creates an instance of aJavaConstantPoolEvidencerecord class.