Uses of Interface
org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.WithID
Packages that use WithID
-
Uses of WithID in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses
Classes in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses that implement WithIDModifier and TypeClassDescriptionclassThis type is a clone of the InterfaceAllFieldCases interface.classA concrete class that just implements the above interfaceclassclassMethods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses that return WithIDModifier and TypeMethodDescriptionReservedJavaKeywordAllFieldCases.getImplements()A field with a java reserved name which is an interfaceReservedJavaKeywordAllFieldCases.getNonJavaKeywordField()A field with a _non_ java reserved name which is an interface (to check standard behavior)Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses with parameters of type WithIDModifier and TypeMethodDescriptionvoidReservedJavaKeywordAllFieldCases.setImplements(WithID _implements) A field with a java reserved name which is an interfacevoidReservedJavaKeywordAllFieldCases.setNonJavaKeywordField(WithID nonJavaKeywordField) A field with a _non_ java reserved name which is an interface (to check standard behavior)ReservedJavaKeywordAllFieldCases.Builder.withImplements(WithID _implementsParam) A field with a java reserved name which is an interfaceReservedJavaKeywordAllFieldCases.Builder.withNonJavaKeywordField(WithID nonJavaKeywordFieldParam) A field with a _non_ java reserved name which is an interface (to check standard behavior)