Uses of Class
one.xingyi.optics.annotations.processors.PackageAndClass
Packages that use PackageAndClass
Package
Description
-
Uses of PackageAndClass in one.xingyi.optics.annotations.processors
Fields in one.xingyi.optics.annotations.processors with type parameters of type PackageAndClassModifier and TypeFieldDescriptionstatic Map<String,PackageAndClass> PackageAndClass.primitivesProcessor.storeMethods in one.xingyi.optics.annotations.processors that return PackageAndClassModifier and TypeMethodDescriptionFileDefn.clazz()Returns the value of theclazzrecord component.static PackageAndClassstatic PackageAndClassPackageAndClass.fromHolding(String fullName, int indexOfFirst) ClassOpticsDetails.getPackageAndClass()PackageAndClass.mapClassName(Function<String, String> fn) Processor.opticsClassName(ClassOpticsWithTraversals details) Method parameters in one.xingyi.optics.annotations.processors with type arguments of type PackageAndClassModifier and TypeMethodDescriptionstatic ClassOpticsWithTraversalsClassOpticsWithTraversals.from(IAnnotationProcessorLoader<WithDebug<PackageAndClass>, RecordedTraversals> store, ClassOpticsDetails details, Consumer<String> log) Constructors in one.xingyi.optics.annotations.processors with parameters of type PackageAndClassModifierConstructorDescriptionFileDefn(PackageAndClass clazz, String content) Creates an instance of aFileDefnrecord class. -
Uses of PackageAndClass in one.xingyi.optics.annotations.serialise
Methods in one.xingyi.optics.annotations.serialise that return types with arguments of type PackageAndClassModifier and TypeMethodDescriptionIAnnotationProcessorStore.classNameToFileObjectForExtension(Filer filer, String extension) Method parameters in one.xingyi.optics.annotations.serialise with type arguments of type PackageAndClassModifier and TypeMethodDescriptionstatic <From,To> IAnnotationProcessorStore<From, To> IAnnotationProcessorStore.defaultStore(Filer filer, Function<From, PackageAndClass> fromToClassName, String extension, BiFunction<From, String, To> parser, Function<To, String> printer, Consumer<String> logger, Predicate<From> debug)