io.permazen.PermazenEnumArrayField Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of permazen-main Show documentation
Show all versions of permazen-main Show documentation
Permazen classes that map Java model classes onto the core API.
The newest version!
/*
* Copyright (C) 2015 Archie L. Cobbs. All rights reserved.
*/
package io.permazen;
import com.google.common.base.Converter;
import com.google.common.base.Preconditions;
import com.google.common.reflect.TypeToken;
import io.permazen.core.EnumArrayField;
import io.permazen.encoding.Encoding;
import io.permazen.schema.EnumArraySchemaField;
import java.lang.reflect.Method;
import org.objectweb.asm.MethodVisitor;
import org.objectweb.asm.Type;
/**
* Represents an {@link Enum} array field in a {@link PermazenClass}.
*/
public class PermazenEnumArrayField extends AbstractEnumPermazenField
© 2015 - 2025 Weber Informatics LLC | Privacy Policy