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

io.protostuff.generator.html.json.index.NodeData Maven / Gradle / Ivy

There is a newer version: 3.1.40
Show newest version
package io.protostuff.generator.html.json.index;

import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import org.immutables.value.Value;

/**
 * {@link JsonTreeNode} data.
 *
 * @author Kostiantyn Shchepanovskyi
 */
@Value.Immutable
@JsonSerialize(as = ImmutableNodeData.class)
@JsonDeserialize(as = ImmutableNodeData.class)
public interface NodeData {

    NodeType type();

    String ref();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy