Class RecipeAttachmentResolver
java.lang.Object
xyz.srnyx.annoyingapi.file.okaeri.serdes.recipe.RecipeAttachmentResolver
- All Implemented Interfaces:
eu.okaeri.configs.serdes.OkaeriSerdes,eu.okaeri.configs.serdes.SerdesAnnotationResolver<RecipeSpec,,RecipeSpecData> CommonAnnotationResolver<RecipeSpec,RecipeSpecData>
public class RecipeAttachmentResolver
extends Object
implements CommonAnnotationResolver<RecipeSpec,RecipeSpecData>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull Class<RecipeSpec> @NotNull Optional<RecipeSpecData> resolveAttachment(@NotNull RecipeSpec annotation) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface xyz.srnyx.annoyingapi.file.okaeri.CommonAnnotationResolver
resolveAttachment, resolveClassAttachmentMethods inherited from interface eu.okaeri.configs.serdes.SerdesAnnotationResolver
register
-
Constructor Details
-
RecipeAttachmentResolver
public RecipeAttachmentResolver()
-
-
Method Details
-
getAnnotationType
- Specified by:
getAnnotationTypein interfaceeu.okaeri.configs.serdes.SerdesAnnotationResolver<RecipeSpec,RecipeSpecData>
-
resolveAttachment
@NotNull public @NotNull Optional<RecipeSpecData> resolveAttachment(@NotNull @NotNull RecipeSpec annotation) - Specified by:
resolveAttachmentin interfaceCommonAnnotationResolver<RecipeSpec,RecipeSpecData>
-