eu.toolchain.serializer.processor.field.Value Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tiny-serializer-processor Show documentation
Show all versions of tiny-serializer-processor Show documentation
A processor for the @AutoSerialize annotation
The newest version!
package eu.toolchain.serializer.processor.field;
import lombok.Data;
@Data
public class Value {
private final Field type;
private final String name;
private final String accessor;
private final String variableName;
private final String isSetVariableName;
private final boolean valueProvided;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy