Uses of Interface
org.junittest.allgraphqlcases_serverpojo_springconfiguration.WithID
Packages that use WithID
-
Uses of WithID in org.junittest.allgraphqlcases_serverpojo_springconfiguration
Classes in org.junittest.allgraphqlcases_serverpojo_springconfiguration 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_serverpojo_springconfiguration 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_serverpojo_springconfiguration 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)