All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.auties.protobuf.serialization.model.converter.ProtobufDeserializerElement Maven / Gradle / Ivy

package it.auties.protobuf.serialization.model.converter;

import it.auties.protobuf.annotation.ProtobufDeserializer.BuilderBehaviour;

import javax.lang.model.element.ExecutableElement;
import javax.lang.model.type.TypeMirror;

public record ProtobufDeserializerElement(
        ExecutableElement delegate,
        TypeMirror parameterType,
        TypeMirror returnType,
        BuilderBehaviour behaviour
) implements ProtobufConverterElement {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy