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

io.avaje.json.PropertyNames Maven / Gradle / Ivy

There is a newer version: 3.0-RC5
Show newest version
package io.avaje.json;

/**
 * Marker interface for IOAdapter specific property names.
 * 

* This can provide support for use of names by index position where * the names have already been escaped and encoded. * * @see JsonWriter#allNames(PropertyNames) * @see JsonWriter#name(int) */ public interface PropertyNames { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy