Uses of Record Class
fr.skytasul.reflection.shrieker.FakeReflectionAccessor.FakeClass.FakeField
Packages that use FakeReflectionAccessor.FakeClass.FakeField
-
Uses of FakeReflectionAccessor.FakeClass.FakeField in fr.skytasul.reflection.shrieker
Methods in fr.skytasul.reflection.shrieker that return types with arguments of type FakeReflectionAccessor.FakeClass.FakeFieldModifier and TypeMethodDescriptionFakeReflectionAccessor.FakeClass.fields()Returns the value of thefieldsrecord component.Constructor parameters in fr.skytasul.reflection.shrieker with type arguments of type FakeReflectionAccessor.FakeClass.FakeFieldModifierConstructorDescriptionFakeClass(@NotNull String name, List<FakeReflectionAccessor.FakeClass.FakeField> fields, List<FakeReflectionAccessor.FakeClass.FakeMethod> methods) Creates an instance of aFakeClassrecord class.