Uses of Interface
one.xingyi.optics.annotations.serialise.IAnnotationProcessorStore
Packages that use IAnnotationProcessorStore
Package
Description
-
Uses of IAnnotationProcessorStore in one.xingyi.optics.annotations.processors
Fields in one.xingyi.optics.annotations.processors declared as IAnnotationProcessorStore -
Uses of IAnnotationProcessorStore in one.xingyi.optics.annotations.serialise
Methods in one.xingyi.optics.annotations.serialise that return IAnnotationProcessorStoreModifier 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)