com.dslplatform.compiler.client.ParameterParser Maven / Gradle / Ivy
package com.dslplatform.compiler.client;
public interface ParameterParser {
Either tryParse(final String name, final String value, final Context context);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy