jar

com.dyuproject.protostuff : protostuff-model

Maven & Gradle

Dec 26, 2014
4 usages

protostuff :: model · An object model from the code generated by protoc(objects using the builder pattern). This acts as a "message descriptor" at runtime(especially for LITE_RUNTIME) ... which can also be used to generate code for other formats. This also provides runtime accessors for the fields of a message via reflection.

Table Of Contents

Latest Version

Download com.dyuproject.protostuff : protostuff-model JAR file - Latest Versions:

All Versions

Download com.dyuproject.protostuff : protostuff-model JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window protostuff-model-1.0.9.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.google.protobuf

├─ com.google.protobuf.PBLiteRuntime.class - [JAR]

├─ com.google.protobuf.PBSpeed.class - [JAR]

com.dyuproject.protostuff.model

├─ com.dyuproject.protostuff.model.BuilderPropertyAccessor.class - [JAR]

├─ com.dyuproject.protostuff.model.DefaultProperty.class - [JAR]

├─ com.dyuproject.protostuff.model.LiteRuntime.class - [JAR]

├─ com.dyuproject.protostuff.model.MessagePropertyAccessor.class - [JAR]

├─ com.dyuproject.protostuff.model.Model.class - [JAR]

├─ com.dyuproject.protostuff.model.ModelMeta.class - [JAR]

├─ com.dyuproject.protostuff.model.ParamType.class - [JAR]

├─ com.dyuproject.protostuff.model.Property.class - [JAR]

├─ com.dyuproject.protostuff.model.PropertyAccessor.class - [JAR]

├─ com.dyuproject.protostuff.model.PropertyMeta.class - [JAR]

├─ com.dyuproject.protostuff.model.ReadOnlyProperty.class - [JAR]

Advertisement