jar

io.vproxy : pojo-agent-api

Maven & Gradle

Sep 14, 2022
5 stars

pojo-agent-api · A tool which enhances your pojo, powered by java-agent.

Table Of Contents

Latest Version

Download io.vproxy : pojo-agent-api JAR file - Latest Versions:

All Versions

Download io.vproxy : pojo-agent-api JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
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 pojo-agent-api-1.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.vproxy.pojoagent.api

├─ io.vproxy.pojoagent.api.CommonActions.class - [JAR]

├─ io.vproxy.pojoagent.api.MustExist.class - [JAR]

├─ io.vproxy.pojoagent.api.MustNotExist.class - [JAR]

├─ io.vproxy.pojoagent.api.MustNotNull.class - [JAR]

├─ io.vproxy.pojoagent.api.Pojo.class - [JAR]

├─ io.vproxy.pojoagent.api.PojoAgent.class - [JAR]

├─ io.vproxy.pojoagent.api.PojoAutoImpl.class - [JAR]

├─ io.vproxy.pojoagent.api.PojoCaller.class - [JAR]

├─ io.vproxy.pojoagent.api.RequirePojoAgentException.class - [JAR]

├─ io.vproxy.pojoagent.api.RequirePojoAutoImplException.class - [JAR]

├─ io.vproxy.pojoagent.api.ValidationResult.class - [JAR]

├─ io.vproxy.pojoagent.api.Version.class - [JAR]

io.vproxy.pojoagent.api.template

├─ io.vproxy.pojoagent.api.template.PojoSetAllFields.class - [JAR]

├─ io.vproxy.pojoagent.api.template.PojoUnsetAllFields.class - [JAR]

├─ io.vproxy.pojoagent.api.template.PojoUpdateFrom.class - [JAR]

├─ io.vproxy.pojoagent.api.template.PojoValidate.class - [JAR]

io.vproxy.pojoagent.api.internal

├─ io.vproxy.pojoagent.api.internal.PojoAgentInternal.class - [JAR]

├─ io.vproxy.pojoagent.api.internal.RequirePojoCallerException.class - [JAR]

Advertisement